use .ttf in css

42

@font-face {
  font-family:"Name-Of-Font";
  src: url("yourfont.ttf") format("truetype");
}

Comments

Submit
0 Comments